Skip to content

Pending deprecation warnings #42

@RuslanBergenov

Description

@RuslanBergenov
    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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions