Metadata-Version: 2.4
Name: habu-snowflake-cli
Version: 5.1.0
Summary: Redbeard - Habu Snowflake CLI
Home-page: https://github.com/deklareddotcom/redbeard
Author: Habu Engineering
Author-email: engineering@habu.com
Requires-Python: >=3.7.10
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv~=1.0.0
Requires-Dist: click~=8.1.7
Requires-Dist: snowflake-connector-python~=3.10.0
Requires-Dist: pyyaml~=6.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# redbeard
Snowflake Clean Room Pattern Implementation

```shell
% redbeard --help
Usage: redbeard [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  init
```

Init commands
```shell
% redbeard init --help
Usage: redbeard init [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  habu-framework  Initialize Habu Snowflake framework.
  habu-shares

% redbeard init habu-framework --help
Usage: redbeard init habu-framework [OPTIONS]

  Initialize Habu Snowflake framework.

  This will create all the objects required to run the Habu Agent in the
  specified Snowflake account.

  This includes:

    * Databases:

      * HABU_CLEAN_ROOM_COMMON

      * HABU_DATA_CONNECTIONS

Options:
  -o, --organization_id TEXT  Habu Organization ID  [required]
  -c, --config-file TEXT      Snowflake account configuration file
  --help                      Show this message and exit.

```
