We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0bb64 commit 871356fCopy full SHA for 871356f
.github/workflows/publish-contracts-and-assets.yml
@@ -110,7 +110,7 @@ jobs:
110
--source-type pyspark \
111
--project-root pyspark \
112
--csv-schema-file pyspark/schemas.csv \
113
- --spark-job-entrypoint job.py -- --final_output_table pnw_bookings_30_days
+ --spark-job-entrypoint 'job.py --final_output_table pnw_bookings_30_days' --trace
114
- name: Register Protobuf Data Assets
115
uses: gabledata/cicd/github-actions/register-data-assets@latest
116
with:
0 commit comments