Skip to content
Merged

dags #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ SNOWFLAKE_ROLE=
SNOWFLAKE_WAREHOUSE=
SNOWFLAKE_DATABASE=
SNOWFLAKE_SCHEMA=
# Path to the private key file (.p8 or .pem) - used by dev/prod targets
SNOWFLAKE_PRIVATE_KEY_PATH=/path/to/your/snowflake_key.p8
# Private key content (PEM format with newlines) - used by test target and CI
# SNOWFLAKE_PRIVATE_KEY=
# Path to the private key file (.p8 or .pem) - used by all targets and Airflow
SNOWFLAKE_PRIVATE_KEY_FILE=/path/to/your/snowflake_key.p8

# Kafka Configuration
KAFKA_BOOTSTRAP_SERVERS=localhost:29092
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ airflow/config/airflow.cfg
airflow/__pycache__/
airflow/**/__pycache__/
.airflowignore


# SSH
.ssh/
Loading
Loading