potiuk commented on pull request #14521:
URL: https://github.com/apache/airflow/pull/14521#issuecomment-841020004
I think we are very close :)
I see this failure. Asana package has not been released yet and apparently
there is a bug in preparing the package. I will provide a fixup in a moment:
```
Traceback (most recent call last):
File "/opt/airflow/dev/provider_packages/prepare_provider_packages.py",
line 2084, in <module>
cli()
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 829,
in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 782,
in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1259,
in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066,
in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 610,
in invoke
return callback(*args, **kwargs)
File "/opt/airflow/dev/provider_packages/prepare_provider_packages.py",
line 1864, in update_package_documentation
provider_package_id, version_suffix, verbose=verbose,
interactive=interactive
File "/opt/airflow/dev/provider_packages/prepare_provider_packages.py",
line 1604, in update_release_notes
verbose,
File "/opt/airflow/dev/provider_packages/prepare_provider_packages.py",
line 1464, in get_all_changes_for_package
return True, array_of_changes[0], changes_table
IndexError: list index out of range
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]