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

Ai fixes #14918

Merged
merged 10 commits into from
Oct 31, 2024
Merged

Ai fixes #14918

merged 10 commits into from
Oct 31, 2024

Conversation

shogunpurple
Copy link
Member

Description

Some fixes for the AI functionality for v3. Importing an AI field from a table import caused empty values to be written, and the AI column functionality was not correctly wired up to our posthog feature flagging system.

Addresses

@shogunpurple shogunpurple requested a review from a team as a code owner October 30, 2024 14:19
@shogunpurple shogunpurple requested review from mike12345567 and removed request for a team October 30, 2024 14:19
Copy link

qa-wolf bot commented Oct 30, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@shogunpurple shogunpurple changed the base branch from master to v3-ui October 30, 2024 14:19
@@ -216,10 +216,6 @@ export async function inputProcessing(
if (field.type === FieldType.FORMULA) {
delete clonedRow[key]
}
// remove any AI values, they are to be generated
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this? Do we want to persist/analyse these imports?

Copy link
Collaborator

Choose a reason for hiding this comment

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

As I understood it, this was the thing stripping AI column results when doing a bulk import.

Copy link
Member Author

Choose a reason for hiding this comment

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

that's it - when you re-import a CSV that has AI columns they were being stripped. We don't want to make the user generate them again, unless they specifically click to do so

@shogunpurple shogunpurple merged commit df8ec41 into v3-ui Oct 31, 2024
12 checks passed
@shogunpurple shogunpurple deleted the ai-fixes branch October 31, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants