forked from RealSelf/target-bigquery
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
from collections import MutableMapping, Sequence # noqa
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:77: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_load_incremental
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:491: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_load_twice_append
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_load_twice_append
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:373: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_load_twice_truncate
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_load_twice_truncate
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:312: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_with_starting_state
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:104: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsPartialLoadJob::test_simple_stream_with_table_configs
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:131: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNotNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsBookmarksPartialLoadJob::test_simple_stream
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:586: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNone(table.partitioning_type)
tests/test_partialloads.py::TestPartialLoadsBookmarksPartialLoadJob::test_simple_stream_with_table_configs
{directory}/adswerve-target-bigquery/tests/test_partialloads.py:613: PendingDeprecationWarning: This method will be deprecated in future versions. Please use Table.time_partitioning.type_ instead.
self.assertIsNotNone(table.partitioning_type)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels