titan-systems/Titan Core Snowflake infrastructure as code-xyzzy

Deploy to Snowflake with Titan

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
run-modeRun mode determines which actions can be performed. Valid options: `create-or-update` (never drops resources), `sync` (full resource control).yescreate-or-update
resource-pathResource path should point to the file or folder in the repo that contains the resource configuration.yes.
allowlistAllowlist is a comma-separated list of resource types that Titan is allowed to manage. If not provided, Titan will manage all resources.noall
varsDynamic values, specified as a JSON dictionary (e.g. vars: '{"var_name": "var_value"}').noNone
dry-runWhen dry run is true, Titan will not make any changes to Snowflake.nofalse
scopeScope limits which resources Titan will manage. Valid options: `account`, `database`, `schema`.noaccount
databaseName of the database to limit the scope to. Only valid when scope is `database`.noNone
schemaName of the schema to limit the scope to. Only valid when scope is `schema`.noNone

no outputs