Skip to content

Commit

Permalink
Remove example plugin no longer serving purpose (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanahamilton authored May 12, 2021
1 parent e0998fc commit 9ab5114
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion airflow/airflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func Init(path string, airflowImageTag string) error {
".env": "",
"airflow_settings.yaml": include.Settingsyml,
"dags/example-dag.py": include.Exampledag,
"plugins/example-plugin.py": include.ExamplePlugin,
}

// Initailize directories
Expand Down
1 change: 0 additions & 1 deletion airflow/airflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func TestInit(t *testing.T) {
".env",
"airflow_settings.yaml",
"dags/example-dag.py",
"plugins/example-plugin.py",
}
for _, file := range expectedFiles {
exist, err := fileutil.Exists(filepath.Join(tmpDir, file))
Expand Down
43 changes: 0 additions & 43 deletions airflow/include/exampleplugin.go

This file was deleted.

0 comments on commit 9ab5114

Please sign in to comment.