Reputation
Badges 1
19 × Eureka!I have a json file specifying some required input for my executing pipeline function. So how can I give that to connect the pipeline to my input
Is their anything similar to this in a Pipeline Decorater
Task.current_task().connect_configuration('my_conf.json', name="my conf file")
So, I am passing my parameters which I need to change in the task-scheduler file by the code:
I did provide the login credentials still it is showing the same error
I have a json file specifying some required input for my executing pipeline function. So how can I give that to connect the pipeline to my input
Is their anything similar to this in a Pipeline Decorator.
Task.current_task().connect_configuration('my_conf.json', name="my conf file")
How to read a params file in pipeline decorater can you help me with this as well??
Can I not provide the data using a local function
yes running through the agent. Currently I am using my local machine to run the code instead I want to use my bitbucket repository to run the Task
I have done that sit it is showing authentication error
can you give more details what's exactly happening here? what are the env variables and other stuff?
I am passing the parameters using the task_parameter in the taskscheduler
but facing the pipeline invalid error
now I want to access this parameters into the pipeline and pass it along to step one for which I am using the above snippet
So this parameters are to be recieved into my pipeline task