Hi all,
I would like to know the list of fields that belongs to this metadata path "_acp_system_metadata", I know that one of them is "_acp_system_metadata.ingestTime", but I want the complete list. Please, could anyone provide me this?
Thank you!
Cristhian N
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You can run an quick query to get the columns:
set drop_system_columns=false;
SELECT to_json(_acp_system_metadata) FROM {your_table}
LIMIT 1Below are the columns I can spot (I ran it for 1st time, so not sure which is what and not much help in offer from document😞
You can run an quick query to get the columns:
set drop_system_columns=false;
SELECT to_json(_acp_system_metadata) FROM {your_table}
LIMIT 1Below are the columns I can spot (I ran it for 1st time, so not sure which is what and not much help in offer from document😞