...

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

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

     1label: Config Connector DataflowFlexTemplateJob
     2markdownDescription: Creates yaml for a DataflowFlexTemplateJob resource
     3insertText: |
     4  apiVersion: dataflow.cnrm.cloud.google.com/v1beta1
     5  kind: DataflowFlexTemplateJob
     6  metadata:
     7    name: \${1:dataflowflextemplatejob-name}
     8  spec:
     9    region: \${2:us-central1}
    10    containerSpecGcsPath: \${3:gs://dataflow-templates/2020-08-31-00_RC00/flex/PubSub_Avro_to_BigQuery}
    11    parameters:
    12      schemaPath: \${4:gs://config-connector-samples/dataflowflextemplate/numbers.avsc}
    13      inputSubscription: \${5:projects/[PROJECT_ID?]/subscriptions/dataflowflextemplatejob-dep-streaming}
    14      outputTopic: \${6:projects/[PROJECT_ID?]/topics/dataflowflextemplatejob-dep1-streaming}
    15      outputTableSpec: \${7:[PROJECT_ID?]:dataflowflextemplatejobdepstreaming.dataflowflextemplatejobdepstreaming}
    16      createDisposition: \${8:CREATE_NEVER}

View as plain text