-
Couldn't load subscription status.
- Fork 3.2k
[Eventhub] TableCheckpointstore base branch #19726
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
Conversation
|
Thank you for your contribution Jg1255! We will review the pull request and get back to you soon. |
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice job with coming up with all the right methods/formatting the files! added a few comments that are Python specific, but other than that, excited to see the implementation!
…b/extensions/checkpointstoretable/_tablestoragecs.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
…b/extensions/checkpointstoretable/_tablestoragecs.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
…b/extensions/checkpointstoretable/_tablestoragecs.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
…b/extensions/checkpointstoretable/_tablestoragecs.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just had a few comments (mostly for @swathipil 😄)
sdk/eventhub/azure-eventhub-checkpointstoretable/azure/eventhub/_version.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
…b/_version.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
…b/extensions/checkpointstoretable/_tablestoragecs.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
sdk/eventhub/azure-eventhub-checkpointstoretable/azure/eventhub/_version.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
...nthub-checkpointstoretable/azure/eventhub/extensions/checkpointstoretable/_tablestoragecs.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub-checkpointstoretable/azure/eventhub/template_code.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub-checkpointstoretable/samples/sample_simple.py
Outdated
Show resolved
Hide resolved
sdk/eventhub/azure-eventhub-checkpointstoretable/tests/test_simple.py
Outdated
Show resolved
Hide resolved
Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One documentation update otherwise this is looking good to me! It looks like CI is failing at the run tests step, and I am assuming that's because there aren't any tests.
@swathipil in JavaScript we'd just have a single test that made sure we were exporting the TableCheckpointStore at this point. Would you do something similar in python, or is there a way to disable the run tests step until tests are added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks for going through all that work to get the initial package created!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey left a couple comments but o/w LGTM!
sdk/eventhub/azure-eventhub-checkpointstoretable/tests/test_storage_table_partition_manager.py
Show resolved
Hide resolved
Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
…orage_table_partition_manager.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
|
Hello @chradek! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
adding checkingpointstore for table. This is my initial pull request.