We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b100dd5 commit 794ecbdCopy full SHA for 794ecbd
settings.gradle.kts
@@ -9,9 +9,10 @@ include("plugins:symbol-processor")
9
include("tests")
10
include("dataframe-arrow")
11
12
-//include("examples:idea-examples:titanic")
13
-//include("examples:idea-examples:movies")
14
-//include("examples:idea-examples:youtube")
+include("examples:idea-examples:titanic")
+include("examples:idea-examples:movies")
+// TODO: replace url in ImportDataSchema with a sample of response from youtube api
15
+// include("examples:idea-examples:youtube")
16
17
val jupyterApiTCRepo: String by settings
18
0 commit comments