Skip to content

Commit 9db39a3

Browse files
committed
Added comment to materialized view
1 parent 6254484 commit 9db39a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dbt_adbs_test_project/models/sales_internet_mv.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
#}
16+
{# Sales MV #}
1617
{{ config(materialized='materialized_view', persist_docs={"relation": true, "columns": true}) }}
1718
select * from {{ source('sh_database', 'sales') }}
1819
where channel_id = 5

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dbt-common>=1.1.0,<2.0
22
dbt-adapters>=1.2.1,<2.0
3-
dbt-core>=1.9.3,<2.0
4-
oracledb==3.2.0
3+
dbt-core~=1.10,<1.11
4+
oracledb==3.3.0

0 commit comments

Comments
 (0)