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

Add failed linter test #3716

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

william-conti
Copy link
Contributor

This test is here to demonstrate issue #3697

@@ -526,6 +525,20 @@ def test_from_table_sql_py_linter_fixes_migrated_table(migration_index) -> None:
)
],
),
# Test for mount calls inside a function
(
"""variable = searchPath('/mnt/something/', some_variable)""",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@william-conti : Could you add a definition for the searchPath otherwise this code snippet is invalid. (Python would say searchPath is undefined.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JCZuurmond JCZuurmond added enhancement New feature or request migrate/python Pull requests that update Python code labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request migrate/python Pull requests that update Python code
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants