We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
azure.mgmt.datafactory.models
I am not able to get isLastest value for any pipeline while fetching the ADF details using the sample code.
Following is the response format that i received using the sample code:
{ 'additional_properties': { 'cancelledBy': None, 'debugRunId': None, 'annotations': [], 'id': '' }, 'run_id': '', 'pipeline_name': 'example', 'parameters': {'run_env': 'prod', 'orion_dls_cntner': 'sub', 'workflow_name': '', 'DB_Name': '', 'snapshot_dt': '', 'JobStreamPlanSchdTime': '', 'JobStreamPlanSchdDate': '', 'ADB_Directory': '*****'}, 'invoked_by': <azure.mgmt.datafactory.models.pipeline_run_invoked_by.PipelineRunInvokedBy object at 0x7f8c5e6d79a0>, 'last_updated': datetime.datetime(<isodate.tzinfo.Utc object at 0x7f8c6c3e0370>), 'run_start': datetime.datetime(<isodate.tzinfo.Utc object at 0x7f8c6c3e0370>), 'run_end': datetime.datetime(<isodate.tzinfo.Utc object at 0x7f8c6c3e0370>), 'duration_in_ms': 11134371, 'status': 'Failed', 'message': '' }
Below it the code that i am using to fetch the required data
Should share islatest details as well
Few parameter value missing
Python, Databricks
The text was updated successfully, but these errors were encountered:
@ChenxiJiang333 Please help on this issue.
Sorry, something went wrong.
got it
Hi @845663, failed to reproduce this issue, could you follow https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/debug_guide.md to share the detailed log and the package version you're using for deep investigation?
msyyc
No branches or pull requests
Link to sample
No response
Library name and version
azure.mgmt.datafactory.models
Language of the Sample
Sample Issue Type
Issue details
I am not able to get isLastest value for any pipeline while fetching the ADF details using the sample code.
Following is the response format that i received using the sample code:
{
'additional_properties':
{
'cancelledBy': None,
'debugRunId': None,
'annotations': [],
'id': ''
},
'run_id': '',
'pipeline_name': 'example',
'parameters': {'run_env': 'prod',
'orion_dls_cntner': 'sub',
'workflow_name': '',
'DB_Name': '',
'snapshot_dt': '',
'JobStreamPlanSchdTime': '',
'JobStreamPlanSchdDate': '',
'ADB_Directory': '*****'},
'invoked_by': <azure.mgmt.datafactory.models.pipeline_run_invoked_by.PipelineRunInvokedBy object at 0x7f8c5e6d79a0>,
'last_updated': datetime.datetime(<isodate.tzinfo.Utc object at 0x7f8c6c3e0370>),
'run_start': datetime.datetime(<isodate.tzinfo.Utc object at 0x7f8c6c3e0370>),
'run_end': datetime.datetime(<isodate.tzinfo.Utc object at 0x7f8c6c3e0370>),
'duration_in_ms': 11134371,
'status': 'Failed',
'message': ''
}
Below it the code that i am using to fetch the required data
Expected behavior
Should share islatest details as well
Actual behavior
Few parameter value missing
Reproduction Steps
No response
Environment
Python, Databricks
The text was updated successfully, but these errors were encountered: