diff --git a/metadata-ingestion/recipes/mssql_to_console.yaml b/metadata-ingestion/recipes/mssql_to_console.yaml index 096a79e9f4..fa2320b541 100644 --- a/metadata-ingestion/recipes/mssql_to_console.yaml +++ b/metadata-ingestion/recipes/mssql_to_console.yaml @@ -5,6 +5,13 @@ source: username: sa password: test!Password database: DemoData +# table_pattern: +# allow: +# - "schema1.table1" +# - "schema1.table2" +# deny: +# - "^.*\.sys_.*" # deny all tables that start with sys_ + sink: type: console