Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-per/raycast-dbt-cloud-metadata
https://github.com/b-per/raycast-dbt-cloud-metadata
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/b-per/raycast-dbt-cloud-metadata
- Owner: b-per
- License: mit
- Created: 2022-07-25T10:59:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T17:31:29.000Z (about 2 years ago)
- Last Synced: 2024-05-14T07:32:11.820Z (6 months ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dbt - Raycast dbt Metadata - Queries the dbt Cloud API to return some useful information about your models (number of tests, time they took to run etc…). (Integrations)
README
# This is a Work In Progress project!
## How to use the extension
- Check Node.js and npm requirements from https://developers.raycast.com/basics/getting-started
- Clone the repo locally
- Go into the new folder and execute `npm install && npm run dev`. Raycast should open with and show you the new extension. The extension will continue to work even after killing the process run by `npm`
- In the future, to update the extension, pull from origin/main and re-run `npm install && npm run dev`