You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r#"CREATE VIEW X (COL WITH MASKING POLICY foo.bar.baz) AS SELECT * FROM Y"#;
4284
4284
snowflake().verified_stmt(create_view_with_tag);
4285
4285
}
4286
-
4287
-
#[test]
4288
-
fntest_x(){
4289
-
snowflake().parse_sql_statements("SELECT foo FROM (SELECT * FROM bar OFFSET 2 ROWS FETCH FIRST 2 ROWS ONLY) OFFSET 2 ROWS FETCH FIRST 2 ROWS ONLY").unwrap();
0 commit comments