Sign in
apache
/
hamilton
/
refs/heads/patch-1
/
.
/
examples
/
validation
/
static_validator
/
good_module.py
blob: 8621c354b042efeddb36324d9ff06c6183a06285 [
file
] [
log
] [
blame
]
from
hamilton
.
function_modifiers
import
tag
@tag
(
node_type
=
"output"
,
table_name
=
"my_table"
)
def
foo
()
->
str
:
return
"Hello, world!"