feat: resolve dependencies across relative imports for python

This commit is contained in:
Ruben Fiszel
2023-07-27 08:51:10 +02:00
parent 0224c9b7da
commit e0da5da313
2 changed files with 23 additions and 3 deletions
@@ -0,0 +1,23 @@
{
"db_name": "PostgreSQL",
"query": "\n SELECT content FROM script WHERE workspace_id = $1 AND path = $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "content",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
false
]
},
"hash": "9a5b63783851d77ebb960967d14029e82772afa577f0626c8c98ef7e1ce04b0c"
}
-3
View File
@@ -29,9 +29,6 @@ use axum::{extract::Path, Json};
#[cfg(feature = "enterprise")]
use windmill_common::utils::not_found_if_none;
#[cfg(feature = "enterprise")]
use axum::routing::post;
use crate::db::DB;
lazy_static::lazy_static! {