...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/bigquery_v1beta1_bigquerytable.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector BigQueryTable
     2markdownDescription: Creates yaml for a BigQueryTable resource
     3insertText: |
     4  apiVersion: bigquery.cnrm.cloud.google.com/v1beta1
     5  kind: BigQueryTable
     6  metadata:
     7    labels:
     8      \${1:data-source}: \${2:external}
     9      \${3:schema-type}: \${4:auto-junk}
    10    name: \${5:bigquerytable-name}
    11  spec:
    12    description: \${6:BigQuery Sample Table}
    13    datasetRef:
    14      name: \${7:bigquerytabledep}
    15    friendlyName: \${8:bigquerytable-sample}
    16    externalDataConfiguration:
    17      autodetect: \${9:true}
    18      compression: \${10:NONE}
    19      ignoreUnknownValues: \${11:false}
    20      maxBadRecords: \${12:10}
    21      sourceFormat: \${13:CSV}
    22      sourceUris:
    23      - \${14:gs://gcp-public-data-landsat/LC08/01/044/034/LC08_L1GT_044034_20130330_20170310_01_T2/LC08_L1GT_044034_20130330_20170310_01_T2_ANG.txt}
    24      - \${15:gs://gcp-public-data-landsat/LC08/01/044/034/LC08_L1GT_044034_20130330_20180201_01_T2/LC08_L1GT_044034_20130330_20180201_01_T2_ANG.txt}

View as plain text