Skip to content

Commit

Permalink
added /
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek1weiss committed Feb 4, 2024
1 parent b24dc8e commit 2f64052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ is `/tmp/bigquery_keyfile.json`.

If you're using Snowflake with a key file,
supply the `snowflake-keyfile` argument to the action and make sure your `private_key_path` in the `profiles-yml`
is `tmp/snowflake_keyfile.key`.
is `/tmp/snowflake_keyfile.key`.

### Google Cloud Storage Keyfile

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def setup_env(
if gcs_keyfile:
Path("/tmp/gcs_keyfile.json").write_text(gcs_keyfile)
if snowflake_keyfile:
Path("tmp/snowflake_keyfile.key").write_text(snowflake_keyfile)
Path("/tmp/snowflake_keyfile.key").write_text(snowflake_keyfile)


def install_edr(
Expand Down

0 comments on commit 2f64052

Please sign in to comment.