Skip to content

Commit

Permalink
Merge pull request #829 from GoogleCloudPlatform/feature-docs-snowfla…
Browse files Browse the repository at this point in the history
…ke-templates

docs: Corrected typos in Snowflake README
  • Loading branch information
surjits254 authored Aug 7, 2023
2 parents 41bbbff + 78e9d42 commit f63b95d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/dataproc_templates/snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bin/start.sh \
--snowflake.to.gcs.output.format=<csv|avro|orc|json|parquet> \
--snowflake.to.gcs.output.mode=<Overwrite|ErrorIfExists|Append|Ignore> \
--snowflake.to.gcs.partition.column=<gcs-output-partitionby-columnname> \
--snowflake.gcs.sf.autopushdown=<on|off>
--snowflake.to.gcs.sf.autopushdown=<on|off>
```

### Usage
Expand Down Expand Up @@ -149,12 +149,12 @@ Download the above mentioned jars and place them in a GCS bucket.
```
export GCP_PROJECT="sample-project"
export REGION="us-central1"
export SUBNET="default"
export SUBNET="projects/sample-project/regions/europe-west2/subnetworks/test-subnet"
export GCS_STAGING_LOCATION="gs://test-bucket"
export JARS="gs:test_bucket/spark-snowflake_2.12-2.10.0-spark_3.1.jar,gs://test_bucket/dependencies/snowflake-jdbc-3.13.14.jar"
export JARS="gs://test_bucket/spark-snowflake_2.12-2.10.0-spark_3.1.jar,gs://test_bucket/dependencies/snowflake-jdbc-3.13.14.jar"
bin/start.sh \
-- \
-- --template=SNOWFLAKETOGCS \
--template=SNOWFLAKETOGCS \
--snowflake.to.gcs.sf.url="https://yqnnxfk.snowflakecomputing.com" \
--snowflake.to.gcs.sf.user="test" \
--snowflake.to.gcs.sf.password="pwd1234" \
Expand All @@ -165,4 +165,4 @@ bin/start.sh \
--snowflake.to.gcs.output.location="gs://test-bucket/snowflake" \
--snowflake.to.gcs.output.format="avro" \
--snowflake.to.gcs.partition.column="CC_CALL_CENTER_SK"
```
```

0 comments on commit f63b95d

Please sign in to comment.