@@ -1789,7 +1789,7 @@ def _show_views_snowflake_sample_data_output(terse=True):
1789
1789
if terse :
1790
1790
return pd .DataFrame (
1791
1791
{
1792
- "CREATED_ON" : ["1969-12-31 16:00:00.000 -0800" ] * 41 ,
1792
+ "CREATED_ON" : ["1969-12-31 16:00:00.000 -0800" ] * 47 ,
1793
1793
"NAME" : [
1794
1794
"APPLICABLE_ROLES" ,
1795
1795
"CLASSES" ,
@@ -1822,6 +1822,12 @@ def _show_views_snowflake_sample_data_output(terse=True):
1822
1822
"REPLICATION_DATABASES" ,
1823
1823
"REPLICATION_GROUPS" ,
1824
1824
"SCHEMATA" ,
1825
+ "SEMANTIC_DIMENSIONS" ,
1826
+ "SEMANTIC_FACTS" ,
1827
+ "SEMANTIC_METRICS" ,
1828
+ "SEMANTIC_RELATIONSHIPS" ,
1829
+ "SEMANTIC_TABLES" ,
1830
+ "SEMANTIC_VIEWS" ,
1825
1831
"SEQUENCES" ,
1826
1832
"SERVICES" ,
1827
1833
"STAGES" ,
@@ -1833,14 +1839,14 @@ def _show_views_snowflake_sample_data_output(terse=True):
1833
1839
"USAGE_PRIVILEGES" ,
1834
1840
"VIEWS" ,
1835
1841
],
1836
- "SCHEMA_NAME" : ["SNOWFLAKE_SAMPLE_DATA.INFORMATION_SCHEMA" ] * 41 ,
1837
- "KIND" : ["VIEW" ] * 41 ,
1842
+ "SCHEMA_NAME" : ["SNOWFLAKE_SAMPLE_DATA.INFORMATION_SCHEMA" ] * 47 ,
1843
+ "KIND" : ["VIEW" ] * 47 ,
1838
1844
}
1839
1845
)
1840
1846
else :
1841
1847
return pd .DataFrame (
1842
1848
{
1843
- "CREATED_ON" : ["1969-12-31 16:00:00.000 -0800" ] * 41 ,
1849
+ "CREATED_ON" : ["1969-12-31 16:00:00.000 -0800" ] * 47 ,
1844
1850
"NAME" : [
1845
1851
"APPLICABLE_ROLES" ,
1846
1852
"CLASSES" ,
@@ -1873,6 +1879,12 @@ def _show_views_snowflake_sample_data_output(terse=True):
1873
1879
"REPLICATION_DATABASES" ,
1874
1880
"REPLICATION_GROUPS" ,
1875
1881
"SCHEMATA" ,
1882
+ "SEMANTIC_DIMENSIONS" ,
1883
+ "SEMANTIC_FACTS" ,
1884
+ "SEMANTIC_METRICS" ,
1885
+ "SEMANTIC_RELATIONSHIPS" ,
1886
+ "SEMANTIC_TABLES" ,
1887
+ "SEMANTIC_VIEWS" ,
1876
1888
"SEQUENCES" ,
1877
1889
"SERVICES" ,
1878
1890
"STAGES" ,
@@ -1884,8 +1896,8 @@ def _show_views_snowflake_sample_data_output(terse=True):
1884
1896
"USAGE_PRIVILEGES" ,
1885
1897
"VIEWS" ,
1886
1898
],
1887
- "RESERVED" : ["" ] * 41 ,
1888
- "SCHEMA_NAME" : ["SNOWFLAKE_SAMPLE_DATA.INFORMATION_SCHEMA" ] * 41 ,
1899
+ "RESERVED" : ["" ] * 47 ,
1900
+ "SCHEMA_NAME" : ["SNOWFLAKE_SAMPLE_DATA.INFORMATION_SCHEMA" ] * 47 ,
1889
1901
"COMMENT" : [
1890
1902
"The roles that can be applied to the current user." ,
1891
1903
"The BUNDLE CLASS that the current user has privileges to view." ,
@@ -1918,6 +1930,12 @@ def _show_views_snowflake_sample_data_output(terse=True):
1918
1930
"The databases for replication that are accessible to the current user's role." ,
1919
1931
"The replication groups that are accessible to the current user's role." ,
1920
1932
"The schemas defined in this database that are accessible to the current user's role." ,
1933
+ "The dimensions of Semantic Views defined in this database that are accessible to the current user's role." ,
1934
+ "The facts of Semantic Views defined in this database that are accessible to the current user's role." ,
1935
+ "The metrics of Semantic Views defined in this database that are accessible to the current user's role." ,
1936
+ "The relationships of Semantic Views defined in this database that are accessible to the current user's role." ,
1937
+ "The tables of Semantic Views defined in this database that are accessible to the current user's role." ,
1938
+ "The Semantic Views defined in this database that are accessible to the current user's role." ,
1921
1939
"The sequences defined in this database that are accessible to the current user's role." ,
1922
1940
"The services in this database that are accessible to the current user's role." ,
1923
1941
"Stages in this database that are accessible by the current user's role" ,
@@ -1929,12 +1947,12 @@ def _show_views_snowflake_sample_data_output(terse=True):
1929
1947
"The usage privileges on sequences defined in this database that are accessible to the current user's role." ,
1930
1948
"The views defined in this database that are accessible to the current user's role." ,
1931
1949
],
1932
- "OWNER" : ["" ] * 41 ,
1933
- "TEXT" : ["" ] * 41 ,
1934
- "IS_SECURE" : ["false" ] * 41 ,
1935
- "IS_MATERIALIZED" : ["false" ] * 41 ,
1936
- "OWNER_ROLE_TYPE" : ["" ] * 41 ,
1937
- "CHANGE_TRACKING" : ["OFF" ] * 41 ,
1950
+ "OWNER" : ["" ] * 47 ,
1951
+ "TEXT" : ["" ] * 47 ,
1952
+ "IS_SECURE" : ["false" ] * 47 ,
1953
+ "IS_MATERIALIZED" : ["false" ] * 47 ,
1954
+ "OWNER_ROLE_TYPE" : ["" ] * 47 ,
1955
+ "CHANGE_TRACKING" : ["OFF" ] * 47 ,
1938
1956
}
1939
1957
)
1940
1958
0 commit comments