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 how-to guide for WebHDFS operators #21393

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Conversation

Melodie97
Copy link
Contributor

@Melodie97 Melodie97 commented Feb 7, 2022

closes: #8198

^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@potiuk
Copy link
Member

potiuk commented Feb 7, 2022

Some checks failing

@Melodie97
Copy link
Contributor Author

Some checks failing

this is what I'm seeing locally in pre-commit, I don't know what that means

airdoc

@potiuk
Copy link
Member

potiuk commented Feb 7, 2022

That's the whole error: it expects that providers.yaml links to the webhdfs.rst and hdfs.rst rather than to index.rst

Validate providers.yaml files............................................................Failed
- hook id: provider-yamls
- exit code: 1

Checking integration duplicates
Checking completeness of list of {sensors, hooks, operators}
 -- {sensors, hooks, operators} - Expected modules(Left): Current Modules(Right)
Checking for duplicates in list of {sensors, hooks, operators}
Checking completeness of list of transfers
 -- Expected transfers modules(Left): Current transfers Modules(Right)
Checking for duplicates in list of transfers
Checking connection classes belong to package
 -- Checking providers: present in code(left), mentioned in /home/runner/work/airflow/airflow/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml (right)
Checking doc files
 -- Checking document urls: expected(left), current(right)
    -- Items in the left set but not the right:
       '/docs/apache-airflow-providers-apache-hdfs/operators/hdfs.rst'
       '/docs/apache-airflow-providers-apache-hdfs/operators/webhdfs.rst'
    -- Items in the right set but not the left:
       '/docs/apache-airflow-providers-apache-hdfs/operators/index.rst'

@Melodie97
Copy link
Contributor Author

Hi @potiuk, can you pls review, I was able to deal with the static checks but now another test has failed tests / Test docker-compose quick start (pull_request), is this something I'm supposed to resolve? If yes, how do I do that coz I didn't use the files mentioned in the error

@potiuk
Copy link
Member

potiuk commented Feb 8, 2022

Hi @potiuk, can you pls review, I was able to deal with the static checks but now another test has failed tests / Test docker-compose quick start (pull_request), is this something I'm supposed to resolve? If yes, how do I do that coz I didn't use the files mentioned in the error

Don't worry about that one - it's a flaky test that we are dealing with separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Guide for WebHDFS operators
2 participants