Skip to content

Commit

Permalink
Merge pull request #1 from bigeyedata/andy/workflow-test
Browse files Browse the repository at this point in the history
updating workflow and table name
  • Loading branch information
at-rodriguez authored May 2, 2024
2 parents fe6c2ba + 14cfc24 commit c8cdb00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_bigeye_virtual_tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ env:

jobs:
deploy_virtual_tables:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: [ "3.9" ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
python-version: [ "3.9" ]

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion virtual_tables/snowflake/snowflake_spend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source_name: snowflake_prod
table_name: SNOWFLAKE_SPEND
table_name: SNOWFLAKE SPEND
sql: |
WITH
client_hour_execution_cte AS (
Expand Down

0 comments on commit c8cdb00

Please sign in to comment.