dbutils.widgets.text("input", "","")
dbutils.widgets.get("input")
y = getArgument("input")
print ("Param -\'input':")
print (y)
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@sorgina13 Thanks for the feedback! We are currently investigating and will update you shortly.
@nabhishek the bug is in section 4d:
https://docs.microsoft.com/en-us/azure/data-factory/transform-data-using-databricks-notebook#create-a-pipeline
@sorgina13 @jason-j-MSFT Be aware that the code in 4d is correct for Python 2. If you are using Python 3, you do indeed need to wrap the string in parentheses.
We will now proceed to close this thread. If there are further questions regarding this matter, please comment and we will gladly continue the discussion.
Most helpful comment
@sorgina13 @jason-j-MSFT Be aware that the code in 4d is correct for Python 2. If you are using Python 3, you do indeed need to wrap the string in parentheses.