Skip to content

Commit 943e60e

Browse files
committed
Default to --initial-private for live data sources
1 parent 7e86140 commit 943e60e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • splitgraph/cloud/project
  • test/splitgraph/cloud/project/snapshots/test_generation
    • test_generate_project_no_dbt/generate_project/.github/workflows
    • test_generate_project_with_dbt/generate_project_dbt/.github/workflows

splitgraph/cloud/project/github_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def generate_job(
5454
steps.append(
5555
{
5656
"name": "Run sgr cloud load to set up metadata and data source settings",
57-
"run": "sgr cloud load --remote splitgraph "
57+
"run": "sgr cloud load --remote splitgraph --initial-private "
5858
f"-f splitgraph.yml -f splitgraph.credentials.yml {repository}",
5959
"shell": "bash",
6060
}

test/splitgraph/cloud/project/snapshots/test_generation/test_generate_project_no_dbt/generate_project/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
env:
1919
CREDENTIALS_YML: ${{secrets.SPLITGRAPH_CREDENTIALS_YML}}
2020
- name: Run sgr cloud load to set up metadata and data source settings
21-
run: sgr cloud load --remote splitgraph -f splitgraph.yml -f splitgraph.credentials.yml
22-
myns/postgres_fdw
21+
run: sgr cloud load --remote splitgraph --initial-private -f splitgraph.yml
22+
-f splitgraph.credentials.yml myns/postgres_fdw
2323
shell: bash
2424
myns_airbyte_postgres:
2525
name: Build myns/airbyte-postgres

test/splitgraph/cloud/project/snapshots/test_generation/test_generate_project_with_dbt/generate_project_dbt/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
env:
1919
CREDENTIALS_YML: ${{secrets.SPLITGRAPH_CREDENTIALS_YML}}
2020
- name: Run sgr cloud load to set up metadata and data source settings
21-
run: sgr cloud load --remote splitgraph -f splitgraph.yml -f splitgraph.credentials.yml
22-
myns/postgres_fdw
21+
run: sgr cloud load --remote splitgraph --initial-private -f splitgraph.yml
22+
-f splitgraph.credentials.yml myns/postgres_fdw
2323
shell: bash
2424
myns_airbyte_postgres:
2525
name: Build myns/airbyte-postgres

0 commit comments

Comments
 (0)