diff --git a/MainExecutable.ipynb b/MainExecutable.ipynb new file mode 100644 index 0000000..7d273a6 --- /dev/null +++ b/MainExecutable.ipynb @@ -0,0 +1,21 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "95aee2c3", + "metadata": {}, + "outputs": [], + "source": [ + "dbutils.widgets.dropdown(\"Choose functioanlity\", \"Funtionality\", [\"Estimate Migration Time\",\"Mange to External conversion\",\"Upgrade Tables to unity\"], \"Pick the functionality\")" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}