https://github.com/josecsotomorales/dataform
Repository for testing dataform
https://github.com/josecsotomorales/dataform
cli data data-engineering data-transformation
Last synced: over 1 year ago
JSON representation
Repository for testing dataform
- Host: GitHub
- URL: https://github.com/josecsotomorales/dataform
- Owner: josecsotomorales
- Created: 2020-04-20T20:06:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T18:29:59.000Z (about 2 years ago)
- Last Synced: 2025-02-01T10:14:49.884Z (over 1 year ago)
- Topics: cli, data, data-engineering, data-transformation
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my dataform project!
### Installing dataform cli
```npm i -g @dataform/cli```
```
dataform [command]
Commands:
dataform help [command] Show help. If [command] is specified, the help is for the given command.
dataform init [project-dir] Create a new dataform project.
dataform install [project-dir] Install a project's NPM dependencies.
dataform init-creds [project-dir] Create a .df-credentials.json file for Dataform to use when accessing your warehouse.
dataform compile [project-dir] Compile the dataform project. Produces JSON output describing the non-executable graph.
dataform test [project-dir] Run the dataform project's unit tests on the configured data warehouse.
dataform run [project-dir] Run the dataform project's scripts on the configured data warehouse.
dataform format [project-dir] Format the dataform project's files.
dataform listtables List tables on the configured data warehouse.
dataform gettablemetadata Fetch metadata for a specified table.
```
### Using the sample project
Try running the following commands:
- ```dataform init-creds snowflake [project-dir]```
- ```dataform compile```
- ```dataform test```
- ```dataform run --dry-run```
- ```dataform run```
### Resources:
- Learn more about dataform [in the docs](https://docs.dataform.co/getting-started)
- Check out [the blog](https://dataform.co/blog) for the latest news