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

Tdl 24434 custom object support #242

Merged
merged 33 commits into from
Dec 12, 2023
Merged

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    ade5909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    499c5bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8944659 View commit details
    Browse the repository at this point in the history
  4. add custom_objects schema

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9395c9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f4fc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c93ed9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    423739c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3138d7f View commit details
    Browse the repository at this point in the history
  9. remove custom_object schema stream, as it just the schema of custom o…

    …bjects with solid analytical info.
    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7e7cf67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28ad4d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00df626 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02578a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2310e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f7299c View commit details
    Browse the repository at this point in the history
  15. correct the misspelled

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    39455ec View commit details
    Browse the repository at this point in the history
  16. make pylint happy

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ca12d9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2c99004 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bbbeb5d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f9e5fba View commit details
    Browse the repository at this point in the history
  20. make pylint happy

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7a2ff16 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b158d2b View commit details
    Browse the repository at this point in the history
  22. make pylint happy

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0403812 View commit details
    Browse the repository at this point in the history
  23. Add doc string

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    10aa697 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    767c3a5 View commit details
    Browse the repository at this point in the history
  25. fix unit test case

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ff67907 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ab664a7 View commit details
    Browse the repository at this point in the history
  27. remove trailing space

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8b3fc79 View commit details
    Browse the repository at this point in the history
  28. modify function name

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    215a9ee View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    18fc690 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a6ad53c View commit details
    Browse the repository at this point in the history
  31. correct variable name

    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fc5080c View commit details
    Browse the repository at this point in the history
  32. include custom objects stream for testing all the scenarios (#243)

    * initial commit to add support for custom objects
    
    * modify the endpoint for custom records
    
    * functionality for the discover mode of custom streams
    
    * add custom_objects schema
    
    * add sync functionality for custom_object records
    
    * create shared folder for the re-use of schema
    
    * Log a warning for custom object scopes, handling exceptions.
    
    * add doc string to definitions
    
    * remove custom_object schema stream, as it just the schema of custom objects with solid analytical info.
    
    * modifying naming conventions
    
    * include shared folder in the package data
    
    * include shared json file names
    
    * modified package data in setup.py
    
    * update manifest file with the shared folder
    
    * include custom objects stream for testing all the scenarios
    
    * correct the misspelled
    
    * make pylint happy
    
    * fix the errors
    
    * take the recent startdate, as the custom objects are created 2 days before.
    
    * remove `custom_` prefix from the name of custom object stream
    
    * remove unused code
    
    * Update start dates due to the absence of custom object creation in between.
    
    * update test client with pagination logic
    
    * fix all fields test for deals stream
    
    * update STATE assignment post custom object sync
    
    * correct variable name
    sgandhi1311 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f4e8faf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0be3b79 View commit details
    Browse the repository at this point in the history