{"id":46006547,"url":"https://github.com/valkiriaaquatica/provider-snowflake","last_synced_at":"2026-02-28T23:10:43.941Z","repository":{"id":315314692,"uuid":"1051351452","full_name":"valkiriaaquatica/provider-snowflake","owner":"valkiriaaquatica","description":"Crossplane provider to interact with Snwoflake Cloud","archived":false,"fork":false,"pushed_at":"2026-02-17T21:09:01.000Z","size":1210,"stargazers_count":0,"open_issues_count":13,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T02:58:10.954Z","etag":null,"topics":["crossplane","gitops","iac","infratracture-as-code","kubernetes","snowflake","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valkiriaaquatica.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":"DCO","cla":null}},"created_at":"2025-09-05T20:52:51.000Z","updated_at":"2026-02-06T15:31:02.000Z","dependencies_parsed_at":"2025-09-17T23:24:52.553Z","dependency_job_id":"4f2437f5-2bfe-46d7-8de0-ccaae914f4e6","html_url":"https://github.com/valkiriaaquatica/provider-snowflake","commit_stats":null,"previous_names":["valkiriaaquatica/provider-snowflake"],"tags_count":4,"template":false,"template_full_name":"crossplane/upjet-provider-template","purl":"pkg:github/valkiriaaquatica/provider-snowflake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valkiriaaquatica%2Fprovider-snowflake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valkiriaaquatica%2Fprovider-snowflake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valkiriaaquatica%2Fprovider-snowflake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valkiriaaquatica%2Fprovider-snowflake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valkiriaaquatica","download_url":"https://codeload.github.com/valkiriaaquatica/provider-snowflake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valkiriaaquatica%2Fprovider-snowflake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29954583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crossplane","gitops","iac","infratracture-as-code","kubernetes","snowflake","terraform"],"created_at":"2026-02-28T23:10:43.300Z","updated_at":"2026-02-28T23:10:43.922Z","avatar_url":"https://github.com/valkiriaaquatica.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Provider SNOWFLAKE\n\n`provider-snowflake` is a [Crossplane](https://crossplane.io/) provider that\nis built using [Upjet](https://github.com/crossplane/upjet) code\ngeneration tools and exposes XRM-conformant managed resources for the\nSNOWFLAKE API.\n\n## KNOW ISSUES\n- As long you can check in the provider docs https://registry.terraform.io/providers/snowflakedb/snowflake/latest/docs, there is a /Preview and a /Stable drop-down menu. This Crossplane provider is just focused on the /Stable one, so the resources that exist in /Preview will *not* be handle.\n\n## Installation (make sure you have Crossplane before installed in your cluster)\n\n- Install the provider by using the following command after changing the image tag\nto the [latest release](https://marketplace.upbound.io/providers/valkiriaaquatica/provider-snowflake):\n```\nup ctp provider install xpkg.upbound.io/valkiriaaquaticamendi/provider-snowflake:v1.0.0\n```\n\n- Declarative installation \n  ```\n  cat \u003c\u003cEOF | kubectl apply -f -\n  apiVersion: pkg.crossplane.io/v1\n  kind: Provider\n  metadata:\n    name: provider-snowflake\n  spec:\n    package: xpkg.upbound.io/valkiriaaquaticamendi/provider-snowflake:v1.0.0\n  EOF\n  ```\n  or\n  ```\n  kubectl apply -f examples/install.yaml\n  ```\n  Now create the seecret with your Snowflake credentials, filling the secret and apply it\n  ```\n  vi examples/providerconfig/secret.yaml.tmpl\n  kubectl apply -f examples/providerconfig/secret.yaml.tmpl\n  ```\n  Then create the Provider configuration using that secret\n  ```\n  kubectl apply -f examples/providerconfig/providerconfig.yaml\n  ```\n  In the folder examples/ and examples-generated/ you can have multiple examples to quick create. If you have any interesting example to add, feel free to contribute. examples/ folder is based on more testes examples while the examples-generated/ wrap the examples from Terraform docs  into Yamls.\n\n  Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.\n\n  You can see the API reference [here](https://doc.crds.dev/github.com/valkiriaaquatica/provider-snowflake).\n\n## Developing\n\n### (Optional) -\u003e Intitializate the devbox environment\n  If you have devbox or want to work with it, it makes life easier for packages like go, do the following:\n  ```console\n  cd devbox/\n  devbox install\n  devbox shell\n  ```\n\n  1. Run the generator\n\n    ```bash\n    make generate\n    ```\n  2. Run the image  against an existant Kubernetes cluster that has Crossplane already installed\n    Install the CRDs in the cluster:\n      ```\n      kubectl apply -f package/crds/\n      ```\n  3. Run the image  against an existant Kubernetes cluster that has Crossplane already installed\n      and test it works well\n    ```bash\n    make run\n    ```\n  4. Run the tests\n      and test it works well\n    ```bash\n    make test\n    ```\n  4. Run the local docker build image\n      and test it works well\n    ```bash\n    make build\n    ```\n  ---ild\n  ```\n\n\n## Report a Bug\n\nFor filing bugs, suggesting improvements, or requesting new features, please\nopen an [issue](https://github.com/valkiriaaquatica/provider-snowflake/issues).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkiriaaquatica%2Fprovider-snowflake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalkiriaaquatica%2Fprovider-snowflake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkiriaaquatica%2Fprovider-snowflake/lists"}