Skip to content

Commit

Permalink
Merge branch 'feat/data-source-compliant' of github.com:grai-io/grai-…
Browse files Browse the repository at this point in the history
…actions into feat/data-source-compliant
  • Loading branch information
ieaves committed Jul 19, 2023
2 parents 37cb068 + a276b1f commit 63fa6cf
Show file tree
Hide file tree
Showing 10 changed files with 161 additions and 161 deletions.
304 changes: 152 additions & 152 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
project: my-bigquery-project
dataset: my-bigquery-dataset
Expand Down
2 changes: 1 addition & 1 deletion dbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
manifest-file: ./tests/dbt/manifest.json

Expand Down
2 changes: 1 addition & 1 deletion fivetran/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
fivetran-api-key: hHqP5c2nIY0B6fpa
fivetran-api-secret: 1234567890abcdef1234567890abcdef
Expand Down
2 changes: 1 addition & 1 deletion flat-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
file: ./tests/flat-file/low-numbers.csv

Expand Down
2 changes: 1 addition & 1 deletion mssql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
db-user: sa
db-password: sa_password
Expand Down
2 changes: 1 addition & 1 deletion mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
db-host: dev.mysql.com
db-port: '3306'
Expand Down
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
db-host: prod.db.com
db-port: '5432'
Expand Down
2 changes: 1 addition & 1 deletion redshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
db-host: redshift-cluster-1.abc123xyz789.us-east-1.redshift.amazonaws.com
db-port: '5439'
Expand Down
2 changes: 1 addition & 1 deletion snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
namespace: my_apps_grai_namespace
api-key: my_grai_api_key
action: tests
source_name: prod-db
source-name: prod-db
grai-api-url: https://api.grai.io
db-user: my-user
db-password: my-password
Expand Down

0 comments on commit 63fa6cf

Please sign in to comment.