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

CFT-3031, Cft 3031 default header #197

Merged
merged 2 commits into from
Jan 15, 2025
Merged

CFT-3031, Cft 3031 default header #197

merged 2 commits into from
Jan 15, 2025

Conversation

kudj
Copy link
Contributor

@kudj kudj commented Jan 8, 2025

CFT-3031 - fix infer mapping when data are list in list
CFT-3227 - fix default header, added custom auth

tested with tag: CFT-3031-default-header-250

@@ -27,6 +27,10 @@ def __init__(self):

def parse_row(self, row: dict[str, Any]):
current_path = []

if isinstance(row, list):

Choose a reason for hiding this comment

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

Just out of curiosity, how does this even happen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we encountered this issue in Jira — it is returning tasks in a list of lists

@kudj kudj merged commit 5dc2c54 into master Jan 15, 2025
6 checks passed
@kudj kudj deleted the CFT-3031-default-header branch January 15, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants