how do we update the seeds now if we make changes ...
# contributing-to-airbyte
s
how do we update the seeds now if we make changes to
source_definitions.yaml
I see
./gradlew generateSeed
doesnt work anymore
u
i think we don't need to anymore. the change that @Liren Tu made means that the server reads directly from the definitions.yaml
s
I see..so the source and destination definitions that we have are not relevant any more?
u
yeah the ones in that seed folder are out of date. we are keeping them there for backwards compatibility for old versions of airbyte that look for them there. 😒