Skip to content

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

Merged
eladkal merged 17 commits into
apache:mainfrom
utkarsharma2:main
Feb 22, 2022
Merged

Replaced hql references to sql in TrinoHook and PrestoHook #21597#21630
eladkal merged 17 commits into
apache:mainfrom
utkarsharma2:main

Conversation

@utkarsharma2

@utkarsharma2 utkarsharma2 commented Feb 17, 2022

Copy link
Copy Markdown
Contributor

closes: #21597

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

eladkal commented Feb 17, 2022

Copy link
Copy Markdown
Contributor

There are 0 files changed.. probably unsuccessful rebase?

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

@eladkal eladkal left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor Author

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

@utkarsharma2 utkarsharma2 requested a review from eladkal February 19, 2022 14:42
Comment thread airflow/providers/presto/hooks/presto.py
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
Copy Markdown
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
Copy Markdown
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 ....

Comment thread airflow/providers/presto/hooks/presto.py Outdated
Comment thread airflow/providers/presto/hooks/presto.py Outdated
Comment thread airflow/providers/presto/hooks/presto.py Outdated
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