zhongjiajie commented on PR #16794: URL: https://github.com/apache/dolphinscheduler/pull/16794#issuecomment-2475885734
> > > > We should add ddl to drop the dq table. > > > > > > > > > We can remove the create table ddl in the init sql and give some drop table ddl to users in docs to let users decide whether or not to execute it instead of execute it by default. WDYT? > > > > > > How about giving entry point script to remove exists table and package it into binary tarball instead of document, cause we support only two of databases in prod, and we should keep thing easy to use > > I think it will be more traversal for some users to provide users with operating DLLs intuitively since this is a dangerous operation for drop table... I mean we should add new bash script like https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-tools/src/main/bin/migrate-lineage.sh for easy use of end users. But it not important thing, the exists data should be keep and we can provide document to notice our users -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
