Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menzenski/sqlfluff-ext
Meltano SQLFluff utility extension
https://github.com/menzenski/sqlfluff-ext
Last synced: 18 days ago
JSON representation
Meltano SQLFluff utility extension
- Host: GitHub
- URL: https://github.com/menzenski/sqlfluff-ext
- Owner: menzenski
- License: apache-2.0
- Created: 2023-05-01T21:34:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-01T22:02:23.000Z (over 1 year ago)
- Last Synced: 2023-08-11T14:13:34.727Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLFluff
SQLFluff is A meltano utility extension for SQLFluff that wraps the `sqlfluff` command.
## Installing this extension for local development
1. Install the project dependencies with `poetry install`:
```shell
cd path/to/your/project
poetry install
```2. Verify that you can invoke the extension:
```shell
poetry run sqlfluff_extension --help
poetry run sqlfluff_extension describe --format=yaml
poetry run sqlfluff_invoker --help # if you have are wrapping another tool
```## Template updates
This project was generated with [copier](https://copier.readthedocs.io/en/stable/) from the [Meltano EDK template](https://github.com/meltano/edk).
Answers to the questions asked during the generation process are stored in the `.copier_answers.yml` file.Removing this file can potentially cause unwanted changes to the project if the supplied answers differ from the original when using `copier update`.