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

Add image annotate example #1687

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add image annotate example #1687

wants to merge 1 commit into from

Conversation

Ekrekr
Copy link
Contributor

@Ekrekr Ekrekr commented Mar 13, 2024

@G2H interested to see what you think about this cyclic project structure!

@Ekrekr Ekrekr requested a review from G2H March 13, 2024 17:14
*
FROM
${ref("all_imagesets")}
LEFT JOIN
Copy link
Contributor

Choose a reason for hiding this comment

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

WHERE uri NOT IN (SELECT uri FROM ${ANNOTATED_IMAGESETS}) is probably easier to read. Not sure if more or less efficient though

${constants.MERGE_COLUMN}
FROM
${self()})
OR updated > (
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is field coming from? I don't see it listed in the output of ML.ANNOTATE_IMAGE

https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-annotate-image

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, why do you need that bit given the above?

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.

None yet

2 participants