Skip to content

Commit

Permalink
test #8
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 14, 2024
1 parent f8f7cf5 commit eed4c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .sqlfluff
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ project_dir = ./
# If your project works only with .env files you need to:
### Change ~/.dbt/ for ./ on profiles_dir variable here
### Remove steps on the pipeline that create and copy the profiles.yml to ~/.dbt/ folder.
profiles_dir = ./
profiles_dir = ./
# Name of the profiles.
# CHANGE THIS TO THE PROFILE NAME ON YOUR PROFILES.YML FILE
profile = stellar_dbt
profile = stellar_dbt_public

[sqlfluff:templater:jinja]
load_macros_from_path = macros/percentile_iteration.sql,dbt_packages/dbt_utils/macros/
Expand Down
2 changes: 1 addition & 1 deletion models/intermediate/trades/int_trade_agg_day.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ with
base_trades as (
select
date('{{ dbt_airflow_macros.ds() }}') as day_agg
ledger_closed_at
ledger_closed_at
, selling_asset_id
, selling_asset_code
, selling_asset_issuer
Expand Down

0 comments on commit eed4c16

Please sign in to comment.