You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: