Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AMLNotebooks/01_Create_CreditRisk_AML_Pipeline.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "82095a0d",
"metadata": {},
"source": [
"Copyright (c) Microsoft. All rights reserved.\n",
"\n",
"Licensed under the MIT license."
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions AMLNotebooks/02_Create_CreditRisk_AML_Pipeline_Lineage.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Copyright (c) Microsoft. All rights reserved.\n",
"\n",
"Licensed under the MIT license."
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
4 changes: 4 additions & 0 deletions AMLNotebooks/Authenticate_to_Purview_AML.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Microsoft. All rights reserved.

# Licensed under the MIT license.

def authentitae_to_purview_AML():
from pyapacheatlas.auth import ServicePrincipalAuthentication
from pyapacheatlas.core import PurviewClient, AtlasClassification, AtlasEntity, AtlasProcess
Expand Down
4 changes: 4 additions & 0 deletions AMLNotebooks/Create_ML_Lineage_Functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# +
# Copyright (c) Microsoft. All rights reserved.

# Licensed under the MIT license.

from pyapacheatlas.auth import ServicePrincipalAuthentication
from pyapacheatlas.core import PurviewClient, AtlasClassification, AtlasEntity, AtlasProcess
from pyapacheatlas.readers import ExcelConfiguration, ExcelReader
Expand Down
4 changes: 4 additions & 0 deletions AMLNotebooks/Create_ML_Lineage_Types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Microsoft. All rights reserved.

# Licensed under the MIT license.

def create_ml_lineage_types(client):
from pyapacheatlas.core.typedef import AtlasAttributeDef, EntityTypeDef, RelationshipTypeDef
try:
Expand Down
Loading