Can arcpy.da.Walk() function find featureclasses within a featuredataset in gdb? For example, there are a featuredataset 'DT' and a featureclass 'A' in gdb, and a featureclass 'B' in 'DT', after walk(gdb), it can only find DT and A, but no B. Is it normal ?
I use 10.8.2.