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

"TypeError: argument of type 'NoneType' is not iterable" occurs when signature is "()" in the Ingestion of a Snowflake stored procedure. #14492

Closed
h-nakajin opened this issue Dec 23, 2023 · 1 comment · Fixed by #14623
Assignees
Labels
bug Something isn't working Ingestion

Comments

@h-nakajin
Copy link

Affected module
Ingestion Framework

Describe the bug
"TypeError: argument of type 'NoneType' is not iterable" occurs when signature is "()" in the Ingestion of a Snowflake stored procedure.
image

To Reproduce

  1. Creates a stored procedure with the signature "()" in Snowflake.
  2. Create and run Snowflake metadata ingestion.

Version:

  • Python version: 3.9
  • OpenMetadata version: 1.2.2
@h-nakajin
Copy link
Author

This looks like bug while readng the signature of stored procedure with empty params.

@pmbrull pmbrull self-assigned this Dec 27, 2023
@pmbrull pmbrull added bug Something isn't working Ingestion labels Dec 27, 2023
pmbrull added a commit to pmbrull/OpenMetadata that referenced this issue Jan 8, 2024
@pmbrull pmbrull moved this to Ingestion - Bugs & Minor Features in Release 1.3.0 Jan 8, 2024
@harshach harshach moved this from Ingestion - Bugs & Minor Features to Done in Release 1.3.0 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ingestion
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants