Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Oct 11, 2024
1 parent 46caa1a commit 27b1a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/queries/generate_avro/contract_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ as (
select
*
except (batch_id, batch_insert_ts, batch_run_date, asset_code)
, REPLACE(asset_code, '\u0000', '') as asset_code
, replace(asset_code, '\u0000', '') as asset_code
from {project_id}.{dataset_id}.contract_data
where
true
Expand Down

0 comments on commit 27b1a6f

Please sign in to comment.