diff --git a/.sqlfluff b/.sqlfluff index 372ac90..3bebeac 100644 --- a/.sqlfluff +++ b/.sqlfluff @@ -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 diff --git a/models/staging/stg_offers.sql b/models/staging/stg_offers.sql index 226f260..ef3e82e 100644 --- a/models/staging/stg_offers.sql +++ b/models/staging/stg_offers.sql @@ -11,7 +11,7 @@ with , offers as ( select - ,seller_id + , seller_id , offer_id , selling_asset_type , selling_asset_code diff --git a/models/staging/stg_trust_lines.sql b/models/staging/stg_trust_lines.sql index 64e6cbd..784ebd0 100644 --- a/models/staging/stg_trust_lines.sql +++ b/models/staging/stg_trust_lines.sql @@ -11,7 +11,7 @@ with , trust_lines as ( select - ,ledger_key + , ledger_key , account_id , asset_type , asset_issuer