Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.