How to find out if there is any metadata in a table #2806
-
Is there an efficient way of finding out if a table has any metadata? Or do I have to do |
Beta Was this translation helpful? Give feedback.
Answered by
benjeffery
Jul 26, 2023
Replies: 2 comments 1 reply
-
Not quite the same, but you could check if there's a schema? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hyanwong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
repr_html
doeslen(table.metadata) > 0
Why are you worried about efficiency? I doubt this will be checked in a tight loop?