Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending deprecation warnings #42

Open
RuslanBergenov opened this issue Oct 26, 2022 · 1 comment
Open

Pending deprecation warnings #42

RuslanBergenov opened this issue Oct 26, 2022 · 1 comment
Assignees

Comments

@RuslanBergenov
Copy link
Collaborator

RuslanBergenov commented Oct 26, 2022

    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)
@RuslanBergenov RuslanBergenov self-assigned this Oct 26, 2022
@RuslanBergenov
Copy link
Collaborator Author

similar issues were addressed in this branch of a different library (flattener):
https://github.com/adswerve/google_analytics_flattener_ga4/commits/development-partitioning-memory-exceeded-error-fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant