Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ repos:
files: >
(?x)
^providers/airbyte/.*\.py$|
^providers/apache/iceberg/.*\.py$|
^providers/apache/beam/.*\.py$|
^providers/cloudant/.*\.py$|
^providers/cohere/.*\.py$|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@

from unittest.mock import Mock, patch

import pytest
import requests_mock

from airflow.providers.apache.iceberg.hooks.iceberg import IcebergHook

pytestmark = pytest.mark.db_test


def test_iceberg_hook():
access_token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJSU"
Expand Down