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

feat: Add Import Document from Batch Process Metadata & Operation #88

Merged
merged 33 commits into from
Apr 7, 2023

Commits on Mar 24, 2023

  1. feat: Add utility functions for GCS URIs

    - Updates to types to fix lint errors
    - Add `files_to_display` optional parameter to `print_document_tree()`
    - Other formatting improvements for docs.
    holtskinner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0f0f702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059f676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dce30c View commit details
    Browse the repository at this point in the history
  4. refactor: Moved _get_storage_client and get_bytes to utilities

    - Resolves Circular dependency
    holtskinner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5486543 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0639ac5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    ccdf954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646ec40 View commit details
    Browse the repository at this point in the history
  3. Update utilities import

    holtskinner committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9a2758f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d48aaa View commit details
    Browse the repository at this point in the history
  5. feat: Add utility functions for GCS URIs

    - Updates to types to fix lint errors
    - Add `files_to_display` optional parameter to `print_document_tree()`
    - Other formatting improvements for docs.
    holtskinner committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0780e4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92a4154 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    081d420 View commit details
    Browse the repository at this point in the history
  8. refactor: Moved _get_storage_client and get_bytes to utilities

    - Resolves Circular dependency
    holtskinner committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    93eceda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe9f83a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b4f8d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21fa38c View commit details
    Browse the repository at this point in the history
  12. Update utilities import

    holtskinner committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7955f91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bad4d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2803d20 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d75eddc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bac637e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    436508f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    74801fd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    f0a73d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f635a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f076b8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37d07e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7690a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Added Document.from_batch_process_operation()

    - Gets operation information and passes it to `from_batch_process_metadata()`
    holtskinner committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    fe41729 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    b9ddb55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9133cc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89056d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0712c84 View commit details
    Browse the repository at this point in the history