Skip to content

Commit

Permalink
test #1
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 27, 2024
1 parent 54ccc0d commit 6a12780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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_public
Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_offers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with

, offers as (
select

Check failure on line 13 in models/staging/stg_offers.sql

View workflow job for this annotation

GitHub Actions / SQLFluff Lint

SQLFluff

PRS: Line 10, Position 9: Found unparsable section: 'select\n , seller_id\n ...'
,seller_id
, seller_id
, offer_id
, selling_asset_type
, selling_asset_code
Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_trust_lines.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with

, trust_lines as (
select

Check failure on line 13 in models/staging/stg_trust_lines.sql

View workflow job for this annotation

GitHub Actions / SQLFluff Lint

SQLFluff

PRS: Line 10, Position 9: Found unparsable section: 'select\n , ledger_key\n ...'
,ledger_key
, ledger_key
, account_id
, asset_type
, asset_issuer
Expand Down

0 comments on commit 6a12780

Please sign in to comment.