@maxim_mazurok/gapi.client.dataform-v1beta1 0.1.20251018 → 0.1.20251111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +10 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://dataform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251111
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -613,10 +613,14 @@ declare namespace gapi.client {
|
|
|
613
613
|
additionalOptions?: {[P in string]: string};
|
|
614
614
|
/** A list of columns or SQL expressions used to cluster the table. */
|
|
615
615
|
clusterExpressions?: string[];
|
|
616
|
+
/** Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}", or be set to DEFAULT. */
|
|
617
|
+
connection?: string;
|
|
616
618
|
/** A list of actions that this action depends on. */
|
|
617
619
|
dependencyTargets?: Target[];
|
|
618
620
|
/** Whether this action is disabled (i.e. should not be run). */
|
|
619
621
|
disabled?: boolean;
|
|
622
|
+
/** Optional. The file format for the BigQuery table. */
|
|
623
|
+
fileFormat?: string;
|
|
620
624
|
/** Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`. */
|
|
621
625
|
incrementalTableConfig?: IncrementalTableConfig;
|
|
622
626
|
/** Sets the partition expiration in days. */
|
|
@@ -635,6 +639,10 @@ declare namespace gapi.client {
|
|
|
635
639
|
requirePartitionFilter?: boolean;
|
|
636
640
|
/** The SELECT query which returns rows which this relation should contain. */
|
|
637
641
|
selectQuery?: string;
|
|
642
|
+
/** Optional. The fully qualified location prefix of the external folder where table data is stored. The URI should be in the format `gs://bucket/path_to_table/`. */
|
|
643
|
+
storageUri?: string;
|
|
644
|
+
/** Optional. The table format for the BigQuery table. */
|
|
645
|
+
tableFormat?: string;
|
|
638
646
|
/** Arbitrary, user-defined tags on this action. */
|
|
639
647
|
tags?: string[];
|
|
640
648
|
}
|
|
@@ -3670,7 +3678,7 @@ declare namespace gapi.client {
|
|
|
3670
3678
|
alt?: string;
|
|
3671
3679
|
/** JSONP */
|
|
3672
3680
|
callback?: string;
|
|
3673
|
-
/** Optional.
|
|
3681
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
3674
3682
|
extraLocationTypes?: string | string[];
|
|
3675
3683
|
/** Selector specifying which fields to include in a partial response. */
|
|
3676
3684
|
fields?: string;
|