🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@dataform/core

Package Overview
Dependencies
Maintainers
5
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataform/core - npm Package Compare versions

Comparing version
3.0.35
to
3.0.36
+5
-0
configs.proto

@@ -65,2 +65,7 @@ // Copyright 2023 Google LLC

DefaultIcebergConfig default_iceberg_config = 12;
// Optional. Disables all assertions including built-in assertions
// (uniqueKey, nonNull, rowConditions) and manual assertions (type: assertion).
// When true, assertions will still be compiled but marked as disabled.
bool disable_assertions = 13;
}

@@ -67,0 +72,0 @@

@@ -19,2 +19,4 @@ // Copyright 2023 Google LLC

import "protos/configs.proto";
option java_package = "com.dataform.protos";

@@ -46,2 +48,4 @@ option java_outer_classname = "CoreMeta";

bool disable_assertions = 20;
reserved 3, 4, 6, 8, 10, 12, 13;

@@ -63,2 +67,4 @@ }

Extension extension = 10;
reserved 2, 4, 5, 7, 9;

@@ -407,1 +413,19 @@ }

}
// Execution mode of compilation extension.
enum ExtensionCompilationMode {
// Unspecified compiled mode - extension will be skipped.
COMPILATION_MODE_UNSPECIFIED = 0;
// Execute before regular Dataform compilation.
PROLOGUE = 1;
// Replace regular Dataform compilation.
APPLICATION_CODE = 2;
}
message Extension {
// Name of the extension (JS module) to delegate the compilation to.
string name = 1;
// Compilation mode of the extension, required.
ExtensionCompilationMode compilation_mode = 2;
}
+1
-1

@@ -37,3 +37,3 @@ {

},
"version": "3.0.35",
"version": "3.0.36",
"name": "@dataform/core",

@@ -40,0 +40,0 @@ "description": "Dataform core API.",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display