Skip to content

Commit 871356f

Browse files
committed
test
1 parent 1d0bb64 commit 871356f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-contracts-and-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
--source-type pyspark \
111111
--project-root pyspark \
112112
--csv-schema-file pyspark/schemas.csv \
113-
--spark-job-entrypoint job.py -- --final_output_table pnw_bookings_30_days
113+
--spark-job-entrypoint 'job.py --final_output_table pnw_bookings_30_days' --trace
114114
- name: Register Protobuf Data Assets
115115
uses: gabledata/cicd/github-actions/register-data-assets@latest
116116
with:

0 commit comments

Comments
 (0)