mirror of
https://github.com/FlipsideCrypto/crosschain-models.git
synced 2026-02-06 11:06:48 +00:00
SUI lower
Some checks failed
docs_update / docs_update (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_scheduled_monthly / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_monthly / notify-failure (push) Has been cancelled
dbt_repo_activity_core_weekly / dbt (push) Has been cancelled
dbt_repo_activity_core_weekly / notify-failure (push) Has been cancelled
dbt_run_scheduled_weekly / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_weekly / notify-failure (push) Has been cancelled
dbt_run_ai_metrics / run_dbt_jobs (push) Has been cancelled
dbt_run_ai_metrics / notify-failure (push) Has been cancelled
dbt_run_streamline_market_data_realtime / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_daily / run_dbt_jobs (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs_refresh (push) Has been cancelled
dbt_test_daily / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_market_data_realtime / notify-failure (push) Has been cancelled
dbt_run_scheduled_daily / notify-failure (push) Has been cancelled
dbt_run_dev_refresh / notify-failure (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs_udfs (push) Has been cancelled
dbt_run_dev_refresh / notify-failure-2 (push) Has been cancelled
dbt_test_daily / notify-failure (push) Has been cancelled
dbt_run_scheduled_metrics_daily / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_metrics_daily / notify-failure (push) Has been cancelled
dbt_run_scheduled_hourly / run_dbt_jobs (push) Has been cancelled
dbt_repo_activity_contributors_weekly / dbt (push) Has been cancelled
dbt_run_scheduled_hourly / notify-failure (push) Has been cancelled
dbt_repo_activity_contributors_weekly / notify-failure (push) Has been cancelled
dbt_run_heal_models / run_dbt_jobs (push) Has been cancelled
dbt_run_heal_models / notify-failure (push) Has been cancelled
dbt_repo_activity_yearly / dbt (push) Has been cancelled
dbt_repo_activity_yearly / notify-failure (push) Has been cancelled
Some checks failed
docs_update / docs_update (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_scheduled_monthly / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_monthly / notify-failure (push) Has been cancelled
dbt_repo_activity_core_weekly / dbt (push) Has been cancelled
dbt_repo_activity_core_weekly / notify-failure (push) Has been cancelled
dbt_run_scheduled_weekly / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_weekly / notify-failure (push) Has been cancelled
dbt_run_ai_metrics / run_dbt_jobs (push) Has been cancelled
dbt_run_ai_metrics / notify-failure (push) Has been cancelled
dbt_run_streamline_market_data_realtime / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_daily / run_dbt_jobs (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs_refresh (push) Has been cancelled
dbt_test_daily / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_market_data_realtime / notify-failure (push) Has been cancelled
dbt_run_scheduled_daily / notify-failure (push) Has been cancelled
dbt_run_dev_refresh / notify-failure (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs_udfs (push) Has been cancelled
dbt_run_dev_refresh / notify-failure-2 (push) Has been cancelled
dbt_test_daily / notify-failure (push) Has been cancelled
dbt_run_scheduled_metrics_daily / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_metrics_daily / notify-failure (push) Has been cancelled
dbt_run_scheduled_hourly / run_dbt_jobs (push) Has been cancelled
dbt_repo_activity_contributors_weekly / dbt (push) Has been cancelled
dbt_run_scheduled_hourly / notify-failure (push) Has been cancelled
dbt_repo_activity_contributors_weekly / notify-failure (push) Has been cancelled
dbt_run_heal_models / run_dbt_jobs (push) Has been cancelled
dbt_run_heal_models / notify-failure (push) Has been cancelled
dbt_repo_activity_yearly / dbt (push) Has been cancelled
dbt_repo_activity_yearly / notify-failure (push) Has been cancelled
This commit is contained in:
parent
8458624cfa
commit
cf602f93eb
@ -73,7 +73,7 @@ base_adj AS (
|
||||
)
|
||||
)
|
||||
WHEN A.platform = 'Aptos' THEN A.token_address
|
||||
WHEN A.platform = 'Sui' THEN A.token_address
|
||||
WHEN LOWER(A.platform) in ('sui','sui network') THEN A.token_address
|
||||
ELSE IFF(
|
||||
LENGTH(
|
||||
TRIM(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user