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

bug: 1067=> must setup designated warehouse for task for now: invalid argument, source: None on CEATE TASK #17169

Open
2 tasks done
flaneur2020 opened this issue Jan 6, 2025 · 0 comments
Labels
C-bug Category: something isn't working

Comments

@flaneur2020
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar issues.

Version

1.2.661

What's Wrong?

as title

How to Reproduce?

it's ok to create a task with:

CREATE TASK IF NOT EXISTS task2
SCHEDULE = 1 MINUTE
WAREHOUSE = 'default'
AS SELECT 1;

but got error on this:

CREATE TASK IF NOT EXISTS task2
SCHEDULE = 1 MINUTE
WAREHOUSE = 'default'
AS SELECT 1;

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@flaneur2020 flaneur2020 added the C-bug Category: something isn't working label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant