I opened a support ticket to Databricks asking how I could whitelist an email domain to access Databricks Academy free self-paced training. I was told that I should see my account executive. How can I find it? Could anyone help me with this?
Hello everyone,I have a .py file (not a notebook) where I have the following class with the following constructor:class DataQualityChecker:
def __init__(self, spark_session: SparkSession, df: DataFrame, quality_config_filepath: str) -> None:
...