Skip to content
Merged
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: 1 addition & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

Please include a summary of the changes and the related issue(s). Please also include relevant motivation and context.

Fixes #

## Checklist

Please make sure that the following criteria are met:

- [ ] The PR title is descriptive.
- [ ] For example stacks, I have included a descriptive `README.md` in the example project directory, which describes the stack and includes instructions to deploy or test.
- [ ] For example stacks, add your stack to the website template library at `website/docs/template-library/..` which gets published to [stackql-deploy.io](https://stackql-deploy.io/docs/template-library) (optional)
- [ ] I have ⭐'ed the [stackql](https://github.com/stackql/stackql) and [stackql-deploy](https://github.com/stackql/stackql-deploy) repos.
- [ ] I have ⭐'ed the [stackql](https://github.com/stackql/stackql) and this repo.

## Additional Notes

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/star-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
test_query: |
SELECT repo, count(*) as has_starred
FROM github.activity.repo_stargazers
WHERE owner = 'stackql' and repo in ('stackql', 'stackql-deploy') and login = '${{ env.username }}'
WHERE owner = 'stackql' and repo in ('stackql', 'stackql-provider-snowflake') and login = '${{ env.username }}'
GROUP BY repo;
expected_results_str: '[{"has_starred":"1","repo":"stackql"},{"has_starred":"1","repo":"stackql-deploy"}]'
expected_results_str: '[{"has_starred":"1","repo":"stackql"},{"has_starred":"1","repo":"stackql-provider-snowflake"}]'
continue-on-error: true

- name: Check if starred
Expand All @@ -39,7 +39,7 @@ jobs:
if [ "${{ steps.check-star.outcome }}" = "success" ]; then
echo "::notice::Thanks for your support!"
else
echo "::error::It seems you haven't starred the StackQL repositories. Please star the following repos before proceeding: https://github.com/stackql/stackql-deploy (this repo) and https://github.com/stackql/stackql (our core repo)"
echo "::error::It seems you haven't starred the StackQL repositories. Please star the following repos before proceeding: https://github.com/stackql/stackql-provider-snowflake (this repo) and https://github.com/stackql/stackql (our core repo)"
exit 1
fi

3 changes: 0 additions & 3 deletions provider-dev/docgen/provider-data/headerContent1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ keywords:
description: Query, deploy and manage Snowflake resources using SQL
custom_edit_url: null
image: /img/providers/snowflake/stackql-snowflake-provider-featured-image.png
id: snowflake-doc
slug: /providers/snowflake

---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
Expand Down
20 changes: 0 additions & 20 deletions provider-dev/docgen/provider-data/stackql-provider-registry.mdx

This file was deleted.

113 changes: 55 additions & 58 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,21 @@ keywords:
- cloud inventory
description: Query, deploy and manage Snowflake resources using SQL
custom_edit_url: null
image: /img/providers/snowflake/stackql-snowflake-provider-featured-image.png
id: snowflake-doc
slug: /providers/snowflake

image: /img/stackql-snowflake-provider-featured-image.png
---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';

Snowflake for managing data warehousing, analytics, and secure data sharing with scalable cloud-native architecture and pay-as-you-go pricing.


:::info[Provider Summary]

total services: __36__
total resources: __99__

:::

:::info[Provider Summary]
total services: __36__
total resources: __99__
:::
See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *
Expand Down Expand Up @@ -70,48 +67,48 @@ stackql.exe shell --auth=$Auth

```
</details>


## Services
<div class="row">
<div class="providerDocColumn">
<a href="/account/">account</a><br />
<a href="/alert/">alert</a><br />
<a href="/api_integration/">api_integration</a><br />
<a href="/catalog_integration/">catalog_integration</a><br />
<a href="/compute_pool/">compute_pool</a><br />
<a href="/cortex_analyst/">cortex_analyst</a><br />
<a href="/cortex_inference/">cortex_inference</a><br />
<a href="/cortex_search_service/">cortex_search_service</a><br />
<a href="/database/">database</a><br />
<a href="/database_role/">database_role</a><br />
<a href="/dynamic_table/">dynamic_table</a><br />
<a href="/event_table/">event_table</a><br />
<a href="/external_volume/">external_volume</a><br />
<a href="/function/">function</a><br />
<a href="/grant/">grant</a><br />
<a href="/iceberg_table/">iceberg_table</a><br />
<a href="/image_repository/">image_repository</a><br />
<a href="/managed_account/">managed_account</a><br />
</div>
<div class="providerDocColumn">
<a href="/network_policy/">network_policy</a><br />
<a href="/notebook/">notebook</a><br />
<a href="/notification_integration/">notification_integration</a><br />
<a href="/pipe/">pipe</a><br />
<a href="/procedure/">procedure</a><br />
<a href="/result/">result</a><br />
<a href="/role/">role</a><br />
<a href="/schema/">schema</a><br />
<a href="/service/">service</a><br />
<a href="/sqlapi/">sqlapi</a><br />
<a href="/stage/">stage</a><br />
<a href="/streams/">streams</a><br />
<a href="/table/">table</a><br />
<a href="/task/">task</a><br />
<a href="/user/">user</a><br />
<a href="/user_defined_function/">user_defined_function</a><br />
<a href="/view/">view</a><br />
<a href="/warehouse/">warehouse</a><br />
</div>
</div>
## Services
<div class="row">
<div class="providerDocColumn">
<a href="/account/">account</a><br />
<a href="/alert/">alert</a><br />
<a href="/api_integration/">api_integration</a><br />
<a href="/catalog_integration/">catalog_integration</a><br />
<a href="/compute_pool/">compute_pool</a><br />
<a href="/cortex_analyst/">cortex_analyst</a><br />
<a href="/cortex_inference/">cortex_inference</a><br />
<a href="/cortex_search_service/">cortex_search_service</a><br />
<a href="/database/">database</a><br />
<a href="/database_role/">database_role</a><br />
<a href="/dynamic_table/">dynamic_table</a><br />
<a href="/event_table/">event_table</a><br />
<a href="/external_volume/">external_volume</a><br />
<a href="/function/">function</a><br />
<a href="/grant/">grant</a><br />
<a href="/iceberg_table/">iceberg_table</a><br />
<a href="/image_repository/">image_repository</a><br />
<a href="/managed_account/">managed_account</a><br />
</div>
<div class="providerDocColumn">
<a href="/network_policy/">network_policy</a><br />
<a href="/notebook/">notebook</a><br />
<a href="/notification_integration/">notification_integration</a><br />
<a href="/pipe/">pipe</a><br />
<a href="/procedure/">procedure</a><br />
<a href="/result/">result</a><br />
<a href="/role/">role</a><br />
<a href="/schema/">schema</a><br />
<a href="/service/">service</a><br />
<a href="/sqlapi/">sqlapi</a><br />
<a href="/stage/">stage</a><br />
<a href="/streams/">streams</a><br />
<a href="/table/">table</a><br />
<a href="/task/">task</a><br />
<a href="/user/">user</a><br />
<a href="/user_defined_function/">user_defined_function</a><br />
<a href="/view/">view</a><br />
<a href="/warehouse/">warehouse</a><br />
</div>
</div>
Loading