Skip to content

Commit bb86d89

Browse files
committed
import github fail
1 parent 0903a27 commit bb86d89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/dialect/snowflake.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ use crate::ast::helpers::stmt_data_loading::{
2323
StageLoadSelectItem, StageParamsObject,
2424
};
2525
use crate::ast::{
26-
ColumnOption, ColumnPolicy, ColumnPolicyProperty, CopyIntoSnowflakeKind, Ident,
27-
IdentityParameters, IdentityProperty, IdentityPropertyFormatKind, IdentityPropertyKind,
28-
IdentityPropertyOrder, ObjectName, RowAccessPolicy, Statement, TagsColumnOption,
29-
WrappedCollection,
26+
ColumnOption, ColumnPolicy, ColumnPolicyProperty, CopyIntoSnowflakeKind, Ident, IdentityParameters, IdentityProperty, IdentityPropertyFormatKind, IdentityPropertyKind, IdentityPropertyOrder, ObjectName, RowAccessPolicy, ShowObjects, Statement, TagsColumnOption, WrappedCollection
3027
};
3128
use crate::dialect::{Dialect, Precedence};
3229
use crate::keywords::Keyword;

0 commit comments

Comments
 (0)