-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Data Factory] add tumbling window dependsOn property under stable #3445
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
…me changes to stable
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
|
@haoyingli - do you have a timeline in mind for when this can be merged? |
|
We're waiting for our backend code to be deployed in production first. The next scheduled deployment we get from ADF team is end of the week |
|
Can one of the admins verify this patch? |
|
Thanks @haoyingli - do you know if you are anticipating any further changes to this spec before the production roll-out finishes? Or is this spec already finalized? |
|
@AutorestCI regenerate azure-sdk-for-go |
|
@haoyingli - any updates on the status of this PR? |
|
We were waiting for backend code to be deployed in production first, and finally it is deployed. |
|
Hi, we are ready to merge the swagger. Could you please review it and let us know if it's OK to be merged to master? |
| ], | ||
| "properties": { | ||
| "offset": { | ||
| "description": "Timespan applied to the start time of a tumbling window when evaluating dependency, .Net timespan format.", |
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.
Terms like ".Net timespan" will be very confusing to uses of clients generated in other languages. Please use official formatting terminology (e.g. ISO 8601).
If your API does not follow an official standard (which it should) then please supply an example of the formatting that needs to be supplied.
Is there a reason you're not using the swagger supported duration type rather than string?
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.
This property "offset" is input through UI. Users have option for offset in hours, and enter the number of hour users like. Internally we use .Net for this project, and parse the offset from UI into .net timespan.
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.
Thanks @haoyingli - but the swagger must be agnostic of any particular language - please remove references to .Net
| "maxLength": 15 | ||
| }, | ||
| "size": { | ||
| "description": "The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used, .Net timespan format.", |
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.
Same comment as above.
| ], | ||
| "properties": { | ||
| "offset": { | ||
| "description": "Timespan applied to the start time of a tumbling window when evaluating dependency, .Net timespan format.", |
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.
Same comment as above.
| "maxLength": 15 | ||
| }, | ||
| "size": { | ||
| "description": "The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used, .Net timespan format.", |
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.
Same comment as above.
|
I've updated the description. The format of timespan is internal only, should not expose to outside. |
annatisch
left a comment
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.
LGTM - thanks!
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger