Skip to content

Few parameters missing while using fetching data using python programming code #4619

@845663

Description

@845663

Link to sample

No response

Library name and version

azure.mgmt.datafactory.models

Language of the Sample

  • C#/.NET
  • Java
  • JavaScript/TypedScript
  • Python
  • Golang
  • Other - Please specify in Issue details field

Sample Issue Type

  • Sample not working
  • Sample missing
  • Do not understand sample

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
image

Expected behavior

Should share islatest details as well

Actual behavior

Few parameter value missing

Reproduction Steps

No response

Environment

Python, Databricks

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions