Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 10:44 PM
Hello @Achilleas Voutsas @Einav Bezalel , I managed to run it by setting an environmental variable called USER to any value before starting the DatabricksSession. That is, in python:
os.environ["USER"] = "anything"
config = Config(profile="DEFAULT")
spark = DatabricksSession.builder.sdkConfig(config).getOrCreate()