Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to output a list of files that will be run during a dry run. #156

Open
drew-hansen opened this issue Feb 17, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@drew-hansen
Copy link

I would love to be able to easily connect SQLFluff or another linting tool that only checks for files that are about to be deployed (rather than scanning an entire codebase).

It technically would be possible to parse the dry-run output and look for "Applying change script..." However, it only outputs the file name, not the entire path to the file which would be beneficial to use in other actions (linting, etc.).

Not sure if others have tried something similar, but I would be willing to take a stab at the code if others think this is a good idea.

@sfc-gh-tmathew sfc-gh-tmathew self-assigned this Sep 26, 2023
@sfc-gh-tmathew sfc-gh-tmathew added enhancement New feature or request question Further information is requested labels Sep 26, 2023
@sfc-gh-tmathew
Copy link
Collaborator

sfc-gh-tmathew commented Sep 26, 2023

Hello @drew-hansen

Thank you for reaching out.

Would a standard logging feature in issue #104 be able to help here.

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants