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

Job to infer schema from BigQuerySource with query not running on billing project id #3416

Closed
sudohainguyen opened this issue Dec 27, 2022 · 0 comments · Fixed by #3417
Closed

Comments

@sudohainguyen
Copy link
Collaborator

Expected Behavior

when using BigQuery Batch source with the given query instead of table name, I suppose the schema would be inferred internally by executing jobs on billing project id (if provided).

Current Behavior

The inference job is running on the attached project id with the current service account even when I provided specific billing project id.

Steps to reproduce

  1. Prepare a repo with provided billing project id (named A) which is different from the attached one (named B).
  2. Create a BigQuerySource with query statements.
  3. feast apply
  4. Now check where the job running -> it's B

Specifications

  • Version: 0.27.1
  • Platform: Linux
  • Subsystem: Ubuntu

Possible Solution

a few changes needed here line 162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant