Open
Description
In those line, while we try to make a qualified name with either db='default' or cluster='default' it does not include it.
Nowhere atlas rest apis mentioned that they will consider "default" if not given for db/cluster.
atlasclient/atlasclient/utils.py
Lines 171 to 176 in 02b3e7d
Check this screenshot.
Test case:
make_table_qualified_name('abc', 'primary', 'default')
Expected Output:
default.abc@primary
Actual Output:
abc@primary
Metadata
Metadata
Assignees
Labels
No labels