Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielbeach/data-engineering-practice
/ main
Function
main
Exercises/Exercise-7/main.py:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
5
def
main():
6
spark = SparkSession.builder.appName(
"Exercise7"
).enableHiveSupport().getOrCreate()
7
# your code here
8
9
10
if
__name__ ==
"__main__"
:
Callers
1
main.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected