Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-4842

Export/Import: fetchType as "incremental" does full export instead of connected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0, 2.3.0
    • atlas-core
    • None

    Description

      Create two hive_tables in same database:

      1. create table hive1(id int);
      2. create table hive1_ctas as select * from hive1;
      3. create table hive2(name string);

      Perform incremental export of hive1 with changeMarker as 0 and skipLineage value as false.

      Import the zip.

      Expectation is only the requested hive_table hive1 and its related entities should be exported, but it does full export and hive2 is also imported.
          

      Attachments

        1. ATLAS-4842.patch
          13 kB
          Priyanshi Shah

        Issue Links

          Activity

            People

              priyanshi.shah Priyanshi Shah
              sheetal.shah Sheetal Shah
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: