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

vdk-core: Remove @table column from base ingestion code #170

Conversation

YanaZhivkova
Copy link
Contributor

While it is necessary when doing http ingestion, this column
is not needed for database ingestion. So there is no need to
always set this value, thus making it mandatory to create @table
column for all ingestion targets.

Remove code setting @table column in ingester_base
send_object_for_ingestion.

Tested by unit tests.

Signed-off-by: Yana Zhivkova yzhivkova@vmware.com

While it is necessary when doing http ingestion, this column
is not needed for database ingestion. So there is no need to
always set this value, thus making it mandatory to create @table
column for all ingestion targets.

Remove code setting @table column in ingester_base
send_object_for_ingestion.

Tested by unit tests.

Signed-off-by: Yana Zhivkova <yzhivkova@vmware.com>
@YanaZhivkova YanaZhivkova merged commit 1422e23 into main Sep 1, 2021
@YanaZhivkova YanaZhivkova deleted the person/yzhivkova/Remove_vdk-core_base_ingestion_@table_column branch September 1, 2021 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants