diff --git a/.github/workflows/dbt_run_temp_traces2.yml b/.github/workflows/dbt_run_temp_traces2.yml deleted file mode 100644 index ec95636..0000000 --- a/.github/workflows/dbt_run_temp_traces2.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: dbt_run_temp_traces2 -run-name: dbt_run_temp_traces2 - -on: - workflow_dispatch: - branches: - - "main" - -env: - DBT_PROFILES_DIR: ./ - - ACCOUNT: "${{ vars.ACCOUNT }}" - ROLE: "${{ vars.ROLE }}" - USER: "${{ vars.USER }}" - PASSWORD: "${{ secrets.PASSWORD }}" - REGION: "${{ vars.REGION }}" - DATABASE: "${{ vars.DATABASE }}" - WAREHOUSE: "${{ vars.WAREHOUSE }}" - SCHEMA: "${{ vars.SCHEMA }}" - -concurrency: - group: ${{ github.workflow }} - - - -jobs: - run_dbt_jobs: - runs-on: ubuntu-latest - environment: - name: workflow_prod_2xl - - steps: - - uses: actions/checkout@v3 - - - uses: actions/setup-python@v4 - with: - python-version: "3.10" - cache: "pip" - - - name: install dependencies - run: | - pip install -r requirements.txt - dbt deps - - name: Run DBT Jobs - run: | - dbt run -m "kaia_models,tag:traces_reload" - \ No newline at end of file diff --git a/models/silver/core/silver__traces2.sql b/models/silver/core/silver__traces2.sql index 502e616..87b711b 100644 --- a/models/silver/core/silver__traces2.sql +++ b/models/silver/core/silver__traces2.sql @@ -5,12 +5,11 @@ unique_key = "block_number", cluster_by = ['modified_timestamp::DATE','partition_key'], full_refresh = false, - tags = ['traces_reload'] + tags = ['non_realtime'] ) }} {{ fsc_evm.silver_traces_v1( full_reload_start_block = 20000000, full_reload_blocks = 2000000, - full_reload_mode = true, use_partition_key = true ) }} \ No newline at end of file