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

fix(pkger): fix issue with imports causing option task to be injected at wrong point #17070

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

jsteenb2
Copy link
Contributor

@jsteenb2 jsteenb2 commented Mar 2, 2020

this is super painful, its a symptom of working with the task API. It requires the task be inlined in the query today. Painful b/c ordering matters, especially with imports as it turns out.

closes: #17069

@jsteenb2 jsteenb2 requested a review from a team March 2, 2020 22:54
@jsteenb2 jsteenb2 force-pushed the fix/pkger_task_write branch from dd6b71f to 73c7703 Compare March 2, 2020 22:58
@jsteenb2 jsteenb2 merged commit fca4e13 into master Mar 2, 2020
@jsteenb2 jsteenb2 deleted the fix/pkger_task_write branch March 2, 2020 23:19
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.

PKG import from file Errors out when creating tasks
2 participants