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

Replaced hql references to sql in TrinoHook and PrestoHook #21597 #21630

Merged
merged 17 commits into from
Feb 22, 2022
Merged

Replaced hql references to sql in TrinoHook and PrestoHook #21597 #21630

merged 17 commits into from
Feb 22, 2022

Conversation

utkarsharma2
Copy link
Contributor

@utkarsharma2 utkarsharma2 commented Feb 17, 2022

closes: #21597

@utkarsharma2 utkarsharma2 marked this pull request as draft February 17, 2022 08:55
@eladkal
Copy link
Contributor

eladkal commented Feb 17, 2022

There are 0 files changed.. probably unsuccessful rebase?

@eladkal eladkal marked this pull request as ready for review February 19, 2022 09:07
Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

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

LGTM
can you please fix the static checks?

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Feb 19, 2022
@github-actions
Copy link

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@utkarsharma2
Copy link
Contributor Author

@eladkal, last commit was missing logic to give warning when 'hql' parameter is used, fixed it and static check.

Comment on lines 117 to 121
"""Get a set of records from Presto
:param sql: SQL statement to be executed.
:param parameters: The parameters to render the SQL query with.
"""
...
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"""Get a set of records from Presto
:param sql: SQL statement to be executed.
:param parameters: The parameters to render the SQL query with.
"""
...
"""Get a set of records from Presto.
:param sql: SQL statement to be executed.
:param parameters: The parameters to render the SQL query with.
"""

One blank line after the first line in the docstring. (See PEP 257)

The ... part is only needed so the function is not empty, but we already have a docstring here and don’t need it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made changes to docstring and also removed ....

airflow/providers/presto/hooks/presto.py Outdated Show resolved Hide resolved
airflow/providers/presto/hooks/presto.py Outdated Show resolved Hide resolved
airflow/providers/presto/hooks/presto.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers okay to merge It's ok to merge this PR as it does not require more tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace hql references to sql in TrinoHook and PrestoHook
3 participants