Merge pull request #501 from FlipsideCrypto/DAT2-83-dtype-2
Some checks failed
docs_update / docs_update (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_streamline_non_core_weekly / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_non_core_weekly / notify-failure (push) Has been cancelled

DAT2-83/cast type to str
This commit is contained in:
Jack Forgash 2025-10-23 19:47:40 -06:00 committed by GitHub
commit d447cc385e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,9 +394,9 @@ intents_mapped AS (
account_id,
referral,
ROW_NUMBER() OVER (PARTITION BY tx_hash ORDER BY intent_hash, receipt_id) - 1 AS swap_index,
amount_out_raw::NUMERIC(38,0) AS amount_out_raw,
amount_out_raw::STRING AS amount_out_raw,
token_out,
amount_in_raw::NUMERIC(38,0) AS amount_in_raw,
amount_in_raw::STRING AS amount_in_raw,
token_in,
swap_input_data,
log,