Skip to content

Commit

Permalink
test #7
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 14, 2024
1 parent 8e7bc9a commit f8f7cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sqlfluff
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ 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 = ~/.dbt/
profiles_dir = ./
# Name of the profiles.
# CHANGE THIS TO THE PROFILE NAME ON YOUR PROFILES.YML FILE
profile = stellar_dbt
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 f8f7cf5

Please sign in to comment.