Azure Synapse Pipeline Notebook 返回错误
Posted
技术标签:
【中文标题】Azure Synapse Pipeline Notebook 返回错误【英文标题】:Azure Synapse Pipeline Notebook Return Error 【发布时间】:2021-09-15 11:22:07 【问题描述】:我想在 Azure Synapse 上创建管道,其中一个流程是使用笔记本读取、验证然后继续管道或停止管道
if(validation=True): #success on validation
return df #continue the pipeline
if(validation=False): #failed on validation
return error #stop the pipeline
我已经在 *** 和 google 中进行了研究,但我找不到具体的方法。我已经尝试过 break 和 mssparkutils.notebook.exit 但它不起作用
【问题讨论】:
【参考方案1】:已经解决了。你可以这样做
if validations==True:
print(df)
else:
raise TypeError('Validation failed')
【讨论】:
以上是关于Azure Synapse Pipeline Notebook 返回错误的主要内容,如果未能解决你的问题,请参考以下文章
Android -gradle task -Azure devops - Pipeline No toolchains found in the NDK toolchains folder for A
Synapse Notebook 参考 - 如何使用 %run
从 Azure Sql 迁移到 Azure Synapse,无法连接到 Airflow 中的 Synapse
Azure Synapse Sql 池未从 Azure Synapse Studio 数据流接收数据